home *** CD-ROM | disk | FTP | other *** search
- 100 '
- 120 '
- 140 ' <<<< P C - M E N U >>>>
- 160 '
- 180 ' * * * * * * * * * * * * * * *
- 200 ' * *
- 220 ' * COPYRIGHT in the Public *
- 240 ' * Domain in 1983 by *
- 260 ' * Richard N. Colvard *
- 280 ' * *
- 300 ' * For IBM Personal Computer *
- 320 ' * *
- 340 ' * * * * * * * * * * * * * * *
- 360 '
- 380 '
- 400 SCREEN 0,1
- 420 COLOR 15,0
- 440 CLS
- 460 PRINT " -------> PC Security by Encipherment <------- "
- 480 PRINT " "
- 500 PRINT " "
- 520 PRINT " "
- 540 PRINT " OPTIONS: 8 0 8 8 version "
- 580 PRINT " "
- 600 COLOR 4,0
- 620 PRINT " (1) SuperEncipherment of Binary Files "
- 640 PRINT " resulting in Binary files. This data "
- 660 PRINT " will contain non-printable characters. "
- 680 PRINT " This may be used to encode/decode "
- 700 PRINT " binary data. "
- 720 PRINT " "
- 740 PRINT " "
- 760 COLOR 2,0
- 780 PRINT " (2) SuperEncipherment of Printable data "
- 800 PRINT " input from files or Console. The "
- 820 PRINT " output code is printable and line- "
- 840 PRINT " oriented; using variable lines based "
- 860 PRINT " on carriage returns/line feeds. "
- 880 PRINT " "
- 900 COLOR 15,0
- 920 PRINT " (9) - - - EXIT / STOP / END of Menu "
- 940 COLOR 4,0
- 960 PRINT " "
- 980 PRINT " Enter Which Option NUMBER ====> ";
- 1000 INPUT O%
- 1020 '
- 1040 IF O%=1 THEN CHAIN "PC-CODE1.EXE"
- 1060 IF O%=2 THEN CHAIN "PC-CODE2.EXE"
- 1080 COLOR 7,0
- 1100 CLS
- 1120 END
- "
- 700 PRINT " binary data. "
- 720 PRINT "